home *** CD-ROM | disk | FTP | other *** search
-
-
- STRINGTABLE
- BEGIN
- //=============================//
- // "file." Menu IDs //
- //=============================//
-
-
- IDM_FILENEWCHART "Create a new Chart."
- IDM_FILEOPENCHART "Open a file with Chart settings."
- IDM_FILESAVECHART "Save Chart settings in the current settings file."
- IDM_FILESAVEASCHART "Save Chart settings in a different settings file."
- IDM_FILEEXPORTCHART "Export Chart as CSV file."
-
- IDM_FILENEWALERT "Create a new set of Alerts."
- IDM_FILEOPENALERT "Open a file with Alert settings."
- IDM_FILESAVEALERT "Save Alert settings in the current settings file."
- IDM_FILESAVEASALERT "Save Alert settings in a different settings file."
- IDM_FILEEXPORTALERT "Export Alert as CSV file."
-
- IDM_FILENEWLOG "Create a new Log."
- IDM_FILEOPENLOG "Open a file with Log settings."
- IDM_FILESAVELOG "Save Log settings in the current settings file."
- IDM_FILESAVEASLOG "Save Log settings in a different settings file."
- IDM_FILEEXPORTLOG "Export Log as CSV file."
-
- IDM_FILENEWREPORT "Create a new Report."
- IDM_FILEOPENREPORT "Open a file with Report settings."
- IDM_FILESAVEREPORT "Save Report settings in the current settings file."
- IDM_FILESAVEASREPORT "Save Report settings in a different settings file."
- IDM_FILEEXPORTREPORT "Export Report as CSV file."
-
- IDM_FILESAVEWORKSPACE "Save the settings from all four views."
- IDM_FILEEXIT "Exit the Performance Monitor."
-
-
- //=============================//
- // "Edit" Menu IDs //
- //=============================//
-
-
- IDM_EDITADDCHART "Add one or more lines to the Chart."
- IDM_EDITMODIFYCHART "Modify the currently selected line."
- IDM_EDITCLEARCHART "Remove all the lines from the Chart."
- IDM_EDITDELETECHART "Delete the currently selected line from the Chart."
-
- IDM_EDITADDALERT "Add an Alert entry."
- IDM_EDITMODIFYALERT "Modify the currently selected line."
- IDM_EDITCLEARALERT "Clear the list of displayed Alerts."
- IDM_EDITDELETEALERT "Delete the currently selected line from the legend."
-
- IDM_EDITADDLOG "Add a Log entry."
- IDM_EDITMODIFYLOG "Modify the currently selected line."
- IDM_EDITCLEARLOG "Remove all Log entries from logging activity."
- IDM_EDITDELETELOG "Delete the currently selected line from the Log."
-
- IDM_EDITADDREPORT "Add one or more lines to the Report."
- IDM_EDITMODIFYREPORT "Modify the currently selected line."
- IDM_EDITCLEARREPORT "Remove all the lines from the Report."
- IDM_EDITDELETEREPORT "Delete the currently selected line from the Report."
-
- IDM_EDITTIMEWINDOW "Change the time window for input from the current Log file."
-
-
- //=============================//
- // "View" Menu IDs //
- //=============================//
-
-
- IDM_VIEWCHART "View a Chart."
- IDM_VIEWALERT "View the Alerts."
- IDM_VIEWLOG "View output Log file status."
- IDM_VIEWREPORT "View Report data."
-
-
- //=============================//
- // "Options" Menu IDs //
- //=============================//
-
-
- IDM_OPTIONSCHART "Change optional Chart settings."
- IDM_OPTIONSREFRESHNOWCHART "Immediately update the Chart lines."
-
- IDM_OPTIONSALERT "Change optional Alert settings."
- IDM_OPTIONSREFRESHNOWALERT "Immediately check for Alert conditions."
-
- IDM_OPTIONSLOG "Change optional Log settings."
- IDM_OPTIONSREFRESHNOWLOG "Immediately collect data and send to the output Log file."
-
- IDM_OPTIONSREPORT "Change optional Report settings."
- IDM_OPTIONSREFRESHNOWREPORT "Immediately update the Report values."
-
- IDM_OPTIONSBOOKMARK "Place a commented Bookmark into the output Log."
-
- IDM_OPTIONSDISPLAYMENU "Show or hide menu bar and title."
- IDM_OPTIONSDISPLAYTOOL "Show or hide the tool bar."
- IDM_OPTIONSDISPLAYSTATUS "Show or hide the status bar."
- IDM_OPTIONSDISPLAYONTOP "Show Perfmon on top of other windows."
- IDM_OPTIONSDATASOURCE "Select input from Current Activity or a pre-existing Log file."
-
-
- //=============================//
- // "Help" Menu IDs //
- //=============================//
-
-
- IDM_HELPCONTENTS "Help about program features."
- IDM_HELPSEARCH "Find Help about program features."
- IDM_HELPHELP "Help about using Help."
- IDM_HELPABOUT "Information about the program origin."
-
- //=============================//
- // "System" Menu IDs //
- //=============================//
- IDM_SYSTEMRESTORE "Restore window to normal size."
- IDM_SYSTEMMOVE "Change window position."
- IDM_SYSTEMSIZE "Change window size."
- IDM_SYSTEMMINIMIZE "Reduce window to icon."
- IDM_SYSTEMMAXIMIZE "Enlarge window to full size."
- IDM_SYSTEMCLOSE "Close window and quit Performance Monitor."
- IDM_SYSTEMSWITCHTO "Switch to Task List."
-
- END